home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 590 / 590.xpi / install.rdf < prev   
Extensible Markup Language  |  2009-12-10  |  4KB  |  107 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.   xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4. <Description about="urn:mozilla:install-manifest">
  5. <!--
  6.     ShowIP Firefox Extension
  7.     Copyright (C) 2007 Jan Dittmer <jdi@l4x.org>
  8.  
  9.     This program is free software; you can redistribute it and/or modify
  10.     it under the terms of the GNU General Public License as published by
  11.     the Free Software Foundation; either version 2 of the License, or
  12.     (at your option) any later version.
  13.  
  14.     This program is distributed in the hope that it will be useful,
  15.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.     GNU General Public License for more details.
  18.  
  19.     You should have received a copy of the GNU General Public License
  20.     along with this program; if not, write to the Free Software
  21.     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  22. -->
  23.     <em:name>ShowIP</em:name>
  24.       <em:id>{3e9bb2a7-62ca-4efa-a4e6-f6f6168a652d}</em:id>
  25.     <em:version>0.8.19</em:version>
  26.     <em:description>Show the IP address of the current page in the status bar. It also allows querying custom services by IP (right mouse button) and Hostname (left mouse button), like whois, netcraft. Additionally you can copy the IP address to the clipboard. This extension was formerly known as ipv6ident. License GPLv2 only.
  27.     </em:description>
  28.     <em:creator>Jan Dittmer</em:creator>
  29.     <em:homepageURL>http://code.google.com/p/firefox-showip/</em:homepageURL>
  30.  
  31.     <em:optionsURL>chrome://ipv6ident/content/ipv6ident-pref.xul</em:optionsURL>
  32.  
  33. <em:localized>
  34.      <Description>
  35.       <em:locale>da-DK</em:locale>
  36.       <em:name>ShowIP</em:name>
  37.       <em:description>Viser IP addressen p├Ñ den viste side i statusbaren. Den tillader og foresp├╕rgsler til specielle IP services (h├╕jre museknap) og Hostnavn (venstre museknap), s├Ñsom whois, netcraft. Alternativt kan du kopiere IP addressen til udklipsholderen. Denne udvidelse var f├╕r kendt som ipv6ident. Kun GPLv2 licens.</em:description>
  38.      </Description>
  39. </em:localized>
  40.  
  41.     <!--
  42.     <em:updateURL>https://l4x.org/showip/update.php?v=0.8.05+</em:updateURL>
  43.     <em:aboutURL>chrome://ipv6ident/content/ipv6ident-about.xul</em:aboutURL>
  44.     -->
  45. <!-- firefox -->
  46. <em:targetApplication>
  47. <Description>
  48.     <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  49.     <em:minVersion>1.0</em:minVersion>
  50.     <em:maxVersion>3.6.*</em:maxVersion>
  51. </Description>
  52. </em:targetApplication> 
  53.  
  54. <!-- mozilla suite -->
  55. <em:targetApplication>
  56. <Description>
  57. <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
  58. <em:minVersion>1.0</em:minVersion>
  59. <em:maxVersion>1.8</em:maxVersion>
  60. </Description>
  61. </em:targetApplication> 
  62.  
  63. <!-- seamonkey -->
  64. <em:targetApplication>
  65. <Description>
  66.     <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
  67.     <em:minVersion>1.0</em:minVersion>
  68.     <em:maxVersion>2.0.*</em:maxVersion>
  69. </Description>
  70. </em:targetApplication> 
  71.  
  72. <!-- thunderbird -->
  73. <em:targetApplication>
  74. <Description>
  75.     <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
  76.     <em:minVersion>1.0</em:minVersion>
  77.     <em:maxVersion>3.0.*</em:maxVersion>
  78. </Description>
  79. </em:targetApplication> 
  80.  
  81.  
  82. <em:file>
  83. <Description about="urn:mozilla:extension:file:ipv6ident.jar">
  84.     <em:package>content/</em:package>
  85.     <em:locale>locale/en-US/showip/</em:locale>
  86. </Description>
  87. </em:file>
  88. <em:file>
  89. <Description about="urn:mozilla:extension:file:ipv6ident.jar">
  90.     <em:package>content/</em:package>
  91.     <em:locale>locale/da-DK/showip/</em:locale>
  92. </Description>
  93. </em:file>
  94. <em:file>
  95. <Description about="urn:mozilla:extension:file:ipv6ident.jar">
  96.     <em:package>content/</em:package>
  97.     <em:locale>locale/zh-CN/showip/</em:locale>
  98. </Description>
  99. </em:file>
  100.  
  101.  
  102.  
  103.  
  104. </Description>
  105.  
  106. </RDF>
  107.